home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / comms / commo60.zip / UPGRADE.DOC < prev    next >
Text File  |  1994-04-09  |  3KB  |  87 lines

  1.  
  2.                         {COMMO} Upgrade Guide
  3.                         =====================
  4.  
  5. ATTENTION REGISTERED USERS: You must obtain a NEW PASSKEY to create your
  6. registered copy of {COMMO} 6.0.  See sections 8 and 9 in READ.ME for
  7. instructions and special offers.
  8.  
  9. The purpose of this guide is to let previous {COMMO} users begin using the new
  10. release as quickly as possible.  After you are running again you should study
  11. the complete list of changes (in the file HISTORY) so that you can take
  12. advantage of the new features.
  13.  
  14. Instructions will first be given for a general upgrade from any version 5
  15. release, followed by specific instructions for upgrading to the most recent
  16. release.
  17.  
  18.  
  19. General Upgrade Instructions
  20. ----------------------------
  21.  
  22.     1. Replace your old copy of COMMO.COM with the new copy.
  23.  
  24.     2. Keep your old COMMO.SET.
  25.  
  26.     3. Keep your old COMMO.FON.
  27.  
  28.     4. If you have NOT made any custom changes to COMMO.MAC, then replace your
  29.        old copy with the new copy.  If you have made changes, then follow the
  30.        specific instructions below.
  31.  
  32.     5. Replace your old copies of COMMO.HLP, COMMO.DOC and MACRO.DOC with the
  33.        new copies.
  34.  
  35.  
  36. Specific Upgrade Instructions - Upgrading to 6.0
  37. ------------------------------------------------
  38.  
  39. COMMO.SET
  40. =========
  41.  
  42. REQUIRED new item:
  43.  
  44.  *{set protodir,c:\commo}       Path to find external protocols
  45.  
  46.         This item is VERY important.  The DOS path is no longer used to find
  47.         your external protocol programs.  All protocol programs must be in
  48.         this directory.
  49.  
  50.  
  51. All file windows may now have three colors specified.  The third is used for
  52. the Selector Bar and for highlighting on the bottom line.  There are several
  53. new color items (see HISTORY and COMMO.DOC).
  54.  
  55.  
  56. COMMO.MAC
  57. =========
  58.  
  59. The MACLoad function has been replaced by extended versions of GOTO and CALL.
  60. These can now give you greater power, but for a quick conversion just change
  61. any MACLoad occurrences as follows:
  62.  
  63.    Change  {macl anyfile.mac}  to  {goto ,anyfile.mac}
  64.    Change  {macl anyfile.mac,label}  to  {goto label,anyfile.mac}
  65.  
  66. IMPORTANT!  If "anyfile.mac" is COMMO.MAC, you do not have to include it.
  67. COMMO.MAC is now the resident Macro File and will not normally reload.
  68.  
  69. Since the "-R" switch on MACLoad is no longer supported, you should use the
  70. {ncr=...} item in COMMO.SET instead.  Note that you can change or reset the
  71. label at any time with the NOCArrier function.
  72.  
  73.  
  74. If you use Doorway Mode you MUST now have a macro to support it.  For example:
  75.  
  76.       {:al=} {doorway} {}
  77.  
  78.    The key that is used can be redefined using the "dmk" item in the Setup
  79.    File (default key is Alt-=).
  80.  
  81.  
  82. The file transfer (protocol) macros have been totally rewritten and may now be
  83. CALLed from any other macros.  See the protocol macro section in COMMO.MAC for
  84. instructions on how to call these.
  85.  
  86.                                 - end -
  87.